home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / statp101.arc / README < prev    next >
Text File  |  1991-02-17  |  10KB  |  287 lines

  1. ═══════════════════════════════════════════════════════
  2. Statistical Physics consists of four file:
  3.  
  4. README        this file
  5. STATPHYS.EXE  the program
  6. STATPHYS.HLP  the help file
  7. INSTALL.BAT   the installation batch file
  8.  
  9. Any questions, suggestions and error reports should
  10. be send to
  11.  
  12.    Rainer W. Gerling
  13.    Institut für Theoretische Physik I
  14.    Universität Erlangen-Nürnberg
  15.    Staudtstr. 7
  16.    W-8520 Erlangen
  17.    Fed. Rep. of Germany
  18.  
  19.    mpt133@cnve.rrze.uni-erlangen.dbp.de
  20.  
  21. Feel free to pass the program on to a friend!
  22.  
  23. ═══════════════════════════════════════════════════════
  24.  
  25. To install the software:
  26.  
  27. Put the disk into drive A
  28. change to drive A by typing A:
  29. type INSTALL C: to install on drive C
  30. type INSTALL D: to install on drive D
  31. The software is ready to run
  32. Just type STATPHYS to run it
  33.  
  34. ═══════════════════════════════════════════════════════
  35.  
  36. The following command line options are supported:
  37.  
  38.   -lcd      to set the palette for a lcd display
  39.   -bw       to set the palette for a monochrome display
  40.   -notitle  to bypass the title screen
  41.  
  42. any invalid command line option will print a help
  43. message.
  44.  
  45. ═══════════════════════════════════════════════════════
  46.  
  47. The program shows an title screen. Just press any key
  48. to continue! An experienced user can preselect a menu
  49. by pressing the appropriate key while the title screen
  50. is visible. Pressing ESC at this point immediately
  51. leaves the program.
  52.  
  53. The mainmenu-bar shows five entries: Cauto, Growth,
  54. Chaos, Ising, and Options. The menues can be selected
  55. by pressing the highlighted letter. The arrow keys can
  56. be used to navigate the highlighted bar. Pressing the
  57. ENTER key executes the chosen menu.
  58.  
  59. Pressing ESC leaves any menu level. Pressing ESC, when
  60. only the mainmenu-bar is visible, exits the program.
  61.  
  62. ═══════════════════════════════════════════════════════
  63.  Cauto    Growth    Chaos     Ising     Options
  64.  ┌─────────────────────┐                                                        
  65.  │ Cellular Automata 2 │                                                        
  66.  │ Damage 2            │                                                        
  67.  │ Cellular Automata 3 │                                                        
  68.  │ Damage 3            │                                                        
  69.  │ Demo                │                                                        
  70.  │ Parameter           │                                                        
  71.  └─────────────────────┘                                                        
  72.  
  73. You are in the menu to simulate Cellular Automata.
  74. There are 5 selections available in this menu.
  75.  
  76. Cellular Automata 2: a simulation of a one-dimensional
  77.           Cellular Automata with two inputs
  78.  
  79. Damage 2: a simulation of damage spreading in
  80.           Cellular Automata with 2 inputs
  81.  
  82. Cellular Automata 3: a simulation of one-dimensional
  83.           Cellular Automata with three inputs
  84.  
  85. Damage 3: a simulation of damage spreading in
  86.           Cellular Automata with three inputs
  87.  
  88. Demo:     to run a few selected rules
  89.  
  90. Parameter: to set the starting concentration, the
  91.           boundary type, the damage type and, if the
  92.           damage type is set to random, the initial
  93.           damage size.
  94.  
  95. ═══════════════════════════════════════════════════════
  96.   Cauto    Growth    Chaos     Ising     Options
  97.           ┌────────────────────┐                                                
  98.           │ Random Walk        │                                                
  99.           │ Eden Model         │                                                
  100.           │ DLA                │┌───────────────────────────┐                   
  101.           │ Ballistic Growth  >││ Ball. Growth on a Surface │
  102.           └────────────────────┘│ Ball. Growth on a Seed    │                   
  103.                                 └───────────────────────────┘                   
  104.  
  105.  
  106. This menu allows the simulation of different growth
  107. processes.
  108.  
  109. random walk: a simulation of a two-dimensional random
  110.              walk
  111.  
  112. Eden Model:  a simulation of the Eden growth model
  113.  
  114. DLA:         a simulation of the Witten-Sanders model
  115.              also called Diffusion limited aggregation
  116.  
  117. Ballistic Growth: This menu point has a further submenu
  118.              to select Ballistic Growth on a Surface or
  119.              on a Seed.
  120.  
  121. ═══════════════════════════════════════════════════════
  122.   Cauto    Growth    Chaos     Ising     Options
  123.                     ┌────────────┐                                              
  124.                     │ Feigenbaum │                                              
  125.                     │ Parameter  │                                              
  126.                     └────────────┘                                              
  127.                                                                                 
  128.  
  129. This menu allows a first contact with a simple chaotic
  130. system. The logistic equation is simulated and the
  131. onset of chaos can be observed.
  132.  
  133. Under the selection Parameters same input values can be
  134. changed.
  135.  
  136. ═══════════════════════════════════════════════════════
  137.   Cauto    Growth    Chaos     Ising     Options
  138.                               ┌────────────────┐                                
  139.                               │ Metropolis     │                                
  140.                               │ Heatbath       │                                
  141.                               │ Creutz (demon) │                                
  142.                               │ Q2R            │                                
  143.                               │ Swendsen-Wang  │                                
  144.                               │ Wolff          │                                
  145.                               │ Parameter      │                                
  146.                               └────────────────┘                                
  147.                                                                                 
  148.  
  149. This menu allows the simulation of the two-dimensional
  150. Ising system with six different algorithms. One can
  151. select single spin-flip algorithms, which are
  152.  
  153. the Metropolis algorithm,
  154. the Heatbath algorithm.
  155.  
  156. The Creutz algorithm and
  157. the Q2R algorithm
  158.  
  159. are microcanonical algorithms and the last two
  160. algorithms,
  161.  
  162. the Swendsen-Wang algorithm and
  163. the Wolff algorithm
  164.  
  165. are cluster flip algorithms.
  166.  
  167. Under the menu point Parameter same variables can be
  168. changed.
  169.  
  170. ═══════════════════════════════════════════════════════
  171.   Cauto    Growth    Chaos     Ising     Options
  172.                                         ┌────────────────────┐                  
  173.                                         │ Quit Program       │                  
  174.                                         │ Set Colors         │                  
  175.                                         │ Save Configuration │                  
  176.                                         │ Load Configuration │                  
  177.                                         │ Random Seed        │                  
  178.                                         └────────────────────┘                  
  179.                                                                                 
  180.  
  181. The menupoint Exit leaves the program. The same can be
  182. done pressing ESC or F3.
  183.  
  184. The color selections of the program can be modified to
  185. suit personal taste. There are also command line
  186. options to set special palettes for a LCD or Monochrome
  187. screen.
  188.  
  189. A configuration file containing all important
  190. parameters of the whole program can be saved or loaded.
  191.  
  192. The seed for the random number generator can be set
  193. under Random seed.
  194.  
  195. ═══════════════════════════════════════════════════════
  196. Statistical Physics has a help system which shows after
  197. Pressing F1 twice at any time the following help page:
  198.  
  199. Welcome to the Statistical Physics's Help System. Here
  200. is a list of the keys that are part of the help system:
  201.  
  202. F1        Brings up help, if you are not in the Graphics
  203.           mode.
  204.  
  205. ESC       Exits help and goes back to the program.
  206.  
  207. PgUp      Pages backward through the last 25 help screens
  208.  
  209. TAB       Move the highlight bar to a keyword
  210.           (if any are visible).
  211.  
  212. ENTER     Displays help screen for the selected keyword
  213.           (if highlight bar is present).
  214.  
  215. ═══════════════════════════════════════════════════════
  216.  
  217. Statistical Physics supports a so called INFO simulation.
  218. It can be accessed by pressing F2 while the highlighted
  219. menubar is at any menu (except options and Feigenbaum)
  220.  
  221. When pressing the INFO (F2) key a simulation, which
  222. shows details of the model and/or algorithm used, can be
  223. seen. This simulation does one step at a time under user
  224. control.
  225.  
  226. The bottom line of the window gives short instructions
  227. how to proceed with the simulation. By pressing HELP (F1)
  228. further explanations can be obtained.
  229.  
  230. The INFO-simulation uses the same parameters as the
  231. "real" simulation.
  232.  
  233. ═══════════════════════════════════════════════════════
  234.  
  235. Some Suggested Reading to learn more about the physics of the
  236. systems studied here:
  237.  
  238. Cellular Automata and Damage Spreading:
  239.   S. Wolfram:
  240.   Theory and Applications of Cellular Automata
  241.   World Scientific, Singapore 1986
  242.  
  243.   T. Toffoli and N. Margolus:
  244.   Cellular automata machines: a new environment for modelling
  245.   MIT Press, Cambridge 1987
  246.  
  247.   M. Gardner in
  248.   Scientific American 224, February 112, March 106, April 114
  249.   (1971)
  250.  
  251. Monte Carlo in general
  252.   K. Binder and D.W. Heermann
  253.   Monte Carlo Simulation in Statistical Physics
  254.   Springer, Heidelberg 1988
  255.  
  256.   Swendsen-Wang and Wolff
  257.     J.S. Wang and R.H. Swendsen:
  258.     Cluster Monte Carlo algorithms
  259.     Physica A 167, 520 (1990)
  260.  
  261.   Metropolis
  262.     N. Metropolis et al.
  263.     Journal of Chemical Physics 40, 517 (1953)
  264.  
  265.   Creutz
  266.     M. Creutz:
  267.     Physical Review Letters 50, 1411 (1983)
  268.  
  269.  
  270.   Q2R
  271.     G.Y. Vichniac:
  272.     Physica D 10, 96 (1985)
  273.  
  274. Growth Models in general
  275.   T. Vicsek
  276.   Fractal Growth Phenomena
  277.   World Scientific, Singapore 1989
  278.  
  279.   DLA
  280.     T.A. Witten and L.M. Sanders
  281.     Physical Review Letters, 47, 1400 (1981)
  282.  
  283. Chaos, Feigenbaum
  284.   M. Feigenbaum
  285.   Journal of Statistical Physics 19, 25 (1978) and 21, 669 (1979)
  286.  
  287.